home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00516.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  159 b   |  10 lines

  1. on keyDown
  2.   if the key = RETURN then
  3.     if the machineType = 256 then
  4.       go(label("little") + 1)
  5.     else
  6.       go("Main Screen")
  7.     end if
  8.   end if
  9. end
  10.